Skip to main content

Click Virtual Mouse

Overview


Simulates mouse click with co-ordinates, by firing mousedown then mouseup events.

Input

Browser

NameRequiredDescription
Browser InstanceWhich browser instance to run against.

Target

NameRequiredDescription
PositionA tool to help you visualise the mouse position.
X CoordinateX Coordinate relative to the top-left point of the viewport.
Y CoordinateY Coordinate relative to the top-left point of the viewport.

Options

NameRequiredDescription
Number of ClicksHow many times you want to click the element. Default is 1.
Mouse ButtonWhich mouse button you want to click with. Default is Left.
Click Release Delay (ms)How long to wait in milliseconds after clicking to release the mouse button.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.